testing.B.context (field)

9 uses

	testing (current package)
		benchmark.go#L97: 	context          *benchContext
		benchmark.go#L220: 	if ctx := b.context; ctx != nil {
		benchmark.go#L274: 	if b.context != nil {
		benchmark.go#L276: 		b.context.processBench(b) // Must call doBench.
		benchmark.go#L554: 		context:   ctx,
		benchmark.go#L631: 	if b.context != nil {
		benchmark.go#L632: 		benchName, ok, partial = b.context.match.fullName(&b.common, name)
		benchmark.go#L653: 		context:    b.context,